1 namespace QuanLyNhanSu
2 {
3     
partial class frmPhanQuyen
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.cboNguoiDung = new System.Windows.Forms.ComboBox();
32             
this.label1 = new System.Windows.Forms.Label();
33             
this.dgvPhanQuyen = new Telerik.WinControls.UI.RadGridView();
34             
this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
35             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
36             
this.btnOK = new Telerik.WinControls.UI.RadButton();
37             ((System.ComponentModel.ISupportInitialize)(
this.dgvPhanQuyen)).BeginInit();
38             ((System.ComponentModel.ISupportInitialize)(
this.dgvPhanQuyen.MasterGridViewTemplate)).BeginInit();
39             ((System.ComponentModel.ISupportInitialize)(
this.radLabel1)).BeginInit();
40             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
41             ((System.ComponentModel.ISupportInitialize)(
this.btnOK)).BeginInit();
42             ((System.ComponentModel.ISupportInitialize)(
this)).BeginInit();
43             
this.SuspendLayout();
44             
//
45             
// cboNguoiDung
46             
//
47             
this.cboNguoiDung.BackColor = System.Drawing.SystemColors.ControlLightLight;
48             
this.cboNguoiDung.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
49             
this.cboNguoiDung.FormattingEnabled = true;
50             
this.cboNguoiDung.Location = new System.Drawing.Point(111, 73);
51             
this.cboNguoiDung.Name = "cboNguoiDung";
52             
this.cboNguoiDung.Size = new System.Drawing.Size(121, 21);
53             
this.cboNguoiDung.TabIndex = 5;
54             
this.cboNguoiDung.SelectionChangeCommitted += new System.EventHandler(this.cboNguoiDung_SelectedIndexChanged);
55             
//
56             
// label1
57             
//
58             
this.label1.AutoSize = true;
59             
this.label1.BackColor = System.Drawing.Color.Transparent;
60             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
61             
this.label1.Location = new System.Drawing.Point(28, 74);
62             
this.label1.Name = "label1";
63             
this.label1.Size = new System.Drawing.Size(77, 15);
64             
this.label1.TabIndex = 4;
65             
this.label1.Text = "Người dùng :";
66             
//
67             
// dgvPhanQuyen
68             
//
69             
this.dgvPhanQuyen.Location = new System.Drawing.Point(12, 105);
70             
//
71             
//
72             
//
73             
this.dgvPhanQuyen.MasterGridViewTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
74             
this.dgvPhanQuyen.MasterGridViewTemplate.EnableGrouping = false;
75             
this.dgvPhanQuyen.Name = "dgvPhanQuyen";
76             
this.dgvPhanQuyen.Size = new System.Drawing.Size(369, 200);
77             
this.dgvPhanQuyen.TabIndex = 9;
78             
//
79             
// radLabel1
80             
//
81             
this.radLabel1.BackColor = System.Drawing.Color.Transparent;
82             
this.radLabel1.Font = new System.Drawing.Font("Palatino Linotype", 27.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
83             
this.radLabel1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
84             
this.radLabel1.Location = new System.Drawing.Point(141, 8);
85             
this.radLabel1.Name = "radLabel1";
86             
//
87             
//
88             
//
89             
this.radLabel1.RootElement.ForeColor = System.Drawing.SystemColors.ActiveCaption;
90             
this.radLabel1.Size = new System.Drawing.Size(209, 55);
91             
this.radLabel1.TabIndex = 10;
92             
this.radLabel1.Text = "Phân Quyền";
93             
//
94             
// pictureBox1
95             
//
96             
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
97             
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
98             
this.pictureBox1.Image = global::QuanLyNhanSu.Properties.Resources.Key1;
99             
this.pictureBox1.Location = new System.Drawing.Point(15, 4);
100             
this.pictureBox1.Name = "pictureBox1";
101             
this.pictureBox1.Size = new System.Drawing.Size(104, 63);
102             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
103             
this.pictureBox1.TabIndex = 11;
104             
this.pictureBox1.TabStop = false;
105             
this.pictureBox1.WaitOnLoad = true;
106             
//
107             
// btnOK
108             
//
109             
this.btnOK.Image = global::QuanLyNhanSu.Properties.Resources.save;
110             
this.btnOK.Location = new System.Drawing.Point(259, 69);
111             
this.btnOK.Name = "btnOK";
112             
this.btnOK.Padding = new System.Windows.Forms.Padding(3);
113             
this.btnOK.Size = new System.Drawing.Size(122, 26);
114             
this.btnOK.TabIndex = 8;
115             
this.btnOK.Text = " Lưu phân quyền";
116             
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
117             
//
118             
// frmPhanQuyen
119             
//
120             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
121             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
122             
this.ClientSize = new System.Drawing.Size(399, 319);
123             
this.Controls.Add(this.pictureBox1);
124             
this.Controls.Add(this.radLabel1);
125             
this.Controls.Add(this.dgvPhanQuyen);
126             
this.Controls.Add(this.btnOK);
127             
this.Controls.Add(this.cboNguoiDung);
128             
this.Controls.Add(this.label1);
129             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
130             
this.MaximizeBox = false;
131             
this.MinimizeBox = false;
132             
this.Name = "frmPhanQuyen";
133             
this.Text = "Phân Quyên";
134             
this.ThemeName = "ControlDefault";
135             
this.Load += new System.EventHandler(this.frmPhanQuyen_Load);
136             ((System.ComponentModel.ISupportInitialize)(
this.dgvPhanQuyen.MasterGridViewTemplate)).EndInit();
137             ((System.ComponentModel.ISupportInitialize)(
this.dgvPhanQuyen)).EndInit();
138             ((System.ComponentModel.ISupportInitialize)(
this.radLabel1)).EndInit();
139             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
140             ((System.ComponentModel.ISupportInitialize)(
this.btnOK)).EndInit();
141             ((System.ComponentModel.ISupportInitialize)(
this)).EndInit();
142             
this.ResumeLayout(false);
143             
this.PerformLayout();
144
145         }
146
147         
#endregion
148
149         
private System.Windows.Forms.ComboBox cboNguoiDung;
150         
private System.Windows.Forms.Label label1;
151         
private Telerik.WinControls.UI.RadButton btnOK;
152         
private Telerik.WinControls.UI.RadGridView dgvPhanQuyen;
153         
private Telerik.WinControls.UI.RadLabel radLabel1;
154         
private System.Windows.Forms.PictureBox pictureBox1;
155     }
156 }



Quản lý nhân sự công ty bằng c# _ full source code 60.466 lượt xem

Gõ tìm kiếm nhanh...